Skip to content

Structured architecture for Dashboard with Auth and CRUD#83

Open
Shreyash0895 wants to merge 3 commits into
flypythoncom:masterfrom
Shreyash0895:master
Open

Structured architecture for Dashboard with Auth and CRUD#83
Shreyash0895 wants to merge 3 commits into
flypythoncom:masterfrom
Shreyash0895:master

Conversation

@Shreyash0895

Copy link
Copy Markdown

Resolves #76 - Added architectural guidelines and framework recommendations for building a Python dashboard with Auth and CRUD

@Shreyash0895

Copy link
Copy Markdown
Author

I have created a dedicated folder with a production-ready Python backend structure using modern standards.
-main.py: A FastAPI application with JWT-protected routes and CRUD endpoints.
-models.py & database.py: SQLAlchemy ORM setup utilizing SQLite for easy initial deployment.
-schemas.py: Pydantic models to handle request validation and response serialization.
-auth.py: Password hashing (bcrypt) and JWT access token generation.
-requirements.txt: Includes fastapi, uvicorn, sqlalchemy, passlib, and python-jose.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Build a Python App for Dashboard with Authentication and CRU

1 participant